home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / graphics / objects / ptston2a.readme < prev    next >
Text File  |  1993-09-12  |  1KB  |  57 lines

  1. Short: Texture maps / stones 2a
  2. Type: pix/misc
  3.  
  4.  ptindex.lha          195008    / index files
  5.  ptmisc.lha           557835    / miscellaneous textures
  6.  ptorgani.lha         217272    / organic textures
  7.  ptston1a.lha         455795    / stone textures
  8.  ptston1b.lha         421069    / stone textures
  9.  ptston2a.lha         367775    / stone textures
  10.  ptston2b.lha         337915    / stone textures
  11.  ptwood.lha           222256    / wood textures
  12.  
  13. These archives contain texture-maps in 320x200 JPEG format for use with
  14. any rendering program. 
  15.  
  16. These textures were created using POV-Ray 1.0 on Amiga. I used a simple
  17. scene file to do this:
  18.  
  19.  
  20. #include "colors.inc"
  21. #include "textures.inc"
  22.  
  23. camera {
  24.    location <0.0  0.0  -20.0>
  25.    direction <0.0 0.0  1.0>
  26.    up  <0.0  1.0  0.0>
  27.    right <1.33333 0.0 0.0>
  28.    look_at <0 0 0>
  29. }
  30.  
  31. #declare mytexture = texture {
  32.    marble
  33.    turbulence 0.1
  34.    color_map {
  35.       [0.0 0.5   color red 0.6 green 0.5 blue 0.4
  36.                  color red 0.5 green 0.2 blue 0.2]
  37.       [0.5 1.001 color red 0.5 green 0.2 blue 0.2
  38.                  color red 0.5 green 0.5 blue 0.4]
  39.    }
  40. }
  41.  
  42. object {
  43.    plane { <0.0 0.0 -1.0> 0.0 }
  44.    texture {
  45.     mytexture
  46.     ambient 1.0
  47.     diffuse 0.8
  48.     scale <6 6 6>
  49.    }
  50. }
  51.  
  52.  
  53. You may use the textures as you wish.
  54.  
  55.  
  56. Petri Nordlund - petrin@mits.mdata.fi
  57.